home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.txt
/
000282_fdc@panix.com_Tue Feb 2 14:37:47 2010.msg
< prev
next >
Wrap
Internet Message Format
|
2018-01-01
|
1KB
Path: reader2.panix.com!panix!not-for-mail
From: Frank da Cruz <fdc@panix.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Can Kermit do raw TCP connection?
Date: Tue, 2 Feb 2010 19:37:29 +0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Lines: 18
Message-ID: <slrnhmgvnp.5s4.fdc@panix3.panix.com>
References: <hk9n8d$2q1$1@reader2.panix.com>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: panix3.panix.com
X-Trace: reader2.panix.com 1265139449 15760 166.84.1.3 (2 Feb 2010 19:37:29 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Tue, 2 Feb 2010 19:37:29 +0000 (UTC)
User-Agent: slrn/0.9.8.0 (NetBSD)
Xref: panix comp.protocols.kermit.misc:15885
On 2010-02-02, Grant Edwards <invalid@invalid.invalid> wrote:
: Is it possible to connect to a raw TCP port? There's no telnet
: or rlogin protocol server -- it's just like a serial port.
:
: I've been reading through Kermit docs and FAQs, and it seems
: that Kermit can't connection using a raw TCP connection -- that
: it can only using Telnet, Rlogin, or some other
: application-layer potocol.
:
: Am I missing an option somewhere?
:
Try this:
set host <host-name-or-address> <port-name-or-number> /raw-socket
If you have any problems with it, let me know.
- Frank